home *** CD-ROM | disk | FTP | other *** search
/ PC Media 15 / PC MEDIA CD15.iso / cddemo / cddemo.exe / CDDEMO.DXR / 00022_volver.ls < prev    next >
Encoding:
Text File  |  1996-01-27  |  217 b   |  11 lines

  1. on mouseUp
  2.   global lista
  3.   if the visible of sprite 18 = 0 then
  4.     set the visible of sprite 18 to 1
  5.     setAt(lista, 8, "barna")
  6.   else
  7.     set the visible of sprite 18 to 0
  8.     setAt(lista, 8, EMPTY)
  9.   end if
  10. end
  11.